home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
US Army & The Korean War
/
US Army & The Korean War - Disc 1.iso
/
mac
/
Reader
/
AcroRd32.exe
/
EXVW
/
10020
< prev
next >
Wrap
Text File
|
2001-09-24
|
321b
|
14 lines
dialog( name: '$$$/Dialogs/Password' )
{
group()
{
static_text(item_id: 'msg ', width: max_char_width() * 25);
view( align_children: align_row )
{
static_text(name: '$$$/Dialogs/PasswordLabel');
edit_text(item_id: 'pswd', width: max_char_width() * 20, password: true);
}
ok_cancel();
}
}